home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xarchie-2.0.9 / Xarchie
Text File  |  1995-07-02  |  37KB  |  983 lines

  1. !
  2. ! Xarchie.ad : Application defaults for the X11 browser interface to Archie
  3. !
  4. ! George Ferguson, ferguson@cs.rochester.edu, 2 Nov 1991.
  5. ! Version 2.0: 23 Apr 1993.
  6. ! 28 Apr 1993: Changed default host to "archie.sura.net(1526)" as
  7. !              requested by eanders@sura.net. Left entry without port
  8. !              in hostMenu also though.
  9. ! 13 May 1993: Updated US weights to include "org", and others to have
  10. !           correct US lists (even though they're all commented out).
  11. ! 14 May 1993: Cleanups for when MULTILIST not used (more List resources).
  12. ! 30 Jun 1993: Deleted redundant entry for ftpStripButton.fromVert.
  13. !           Added archie.switch.ch to hostMenu.
  14. !           Deleted sample weights (see weight.c) since we prefer
  15. !           to auto-detect the weightlist anyway.
  16. !              Added line to About panel referring to archie-admin address.
  17. ! 27 Jul 1993: Added archie.unipi.it to hostMenu.
  18. !              Added archie.ac.il to hostMenu.
  19. ! 24 Aug 1993: Added archie.kr and archie.luth.se to hostMenu.
  20. !
  21.  
  22. !    -    -    -    -    -    -    -    -    -
  23. ! Non-widget resources
  24. !
  25.  
  26. Xarchie*archieHost:    archie.sura.net
  27.  
  28. ! See the manpage for possible values for these
  29. Xarchie*searchType:    exact
  30. Xarchie*sortType:    name
  31.  
  32. ! Use 99 by default for logging purposes
  33. Xarchie*maxHits:    99
  34.  
  35. ! Prospero offset
  36. Xarchie*offset:        0
  37.  
  38. ! Initial timeout (seconds)
  39. Xarchie*timeout:    4
  40.  
  41. ! Number of retries (timeout doubles each retry)
  42. Xarchie*retries:    3
  43.  
  44. ! Nice level (bigger numbers == nicer)
  45. Xarchie*niceLevel:    0
  46.  
  47. ! Parameters for file transfer
  48. Xarchie*ftpMailAddress:    %s@%s
  49. !Xarchie*ftpLocalDir:    .
  50. Xarchie*ftpType:    binary
  51. Xarchie*ftpPrompt:    True
  52. Xarchie*ftpTrace:    False
  53. Xarchie*ftpStrip:    True
  54.  
  55. ! If True, then dumped output is printed like "ls -l", one entry per line.
  56. ! If False, then results are pretty-printed.
  57. Xarchie*fileWriteOnePerLine:    False
  58.  
  59. ! If True, browser lists scroll as you select things.
  60. Xarchie*autoScroll:    True
  61.  
  62. ! If True, browser selections are stored in CUT_BUFFER_0.
  63. Xarchie*pasteBuffer:    True
  64.  
  65. ! Bigger numbers == more verbose, if -DDEBUG was given at compile-time
  66. Xarchie*debugLevel:    0
  67.  
  68. ! This font can be used in font resources by giving the name "xarchieFont"
  69. Xarchie*xarchieFont:        *-fixed-medium-r-*-*-13-*-*-*-*-*-iso8859-*
  70.  
  71. ! This font can be used in font resources by giving the name "xarchieBoldFont"
  72. Xarchie*xarchieBoldFont:    *-fixed-bold-r-*-*-13-*-*-*-*-*-iso8859-*
  73.  
  74. ! These can be set to taste, provided the icons can be found according
  75. ! to the bitmapFilePath resource (or system default)
  76. !Xarchie*defaultIcon:    xarchie
  77. !Xarchie*busyIcon:    busy
  78.  
  79. ! This is for "Sort by Weight", unknown gets 99.
  80. ! If you leave this resource undefined, the system will attempt to
  81. ! compute a resonable default, based on your hostname. See weight.c
  82. ! for further alternatives.
  83.  
  84. ! For North America:
  85. !Xarchie*hostWeights:\
  86. !1   edu com net gov mil us org\n\
  87. !2   ca\n\
  88. !3   uk de nl fi fr eu.net\n\
  89. !100 au nz jp
  90.  
  91. !    -    -    -    -    -    -    -    -    -
  92. !    -    -    -    -    -    -    -    -    -
  93. ! Defaults for all the classes of widgets
  94.  
  95. Xarchie*input:            True
  96.  
  97. ! Accelerators for File menu
  98. Xarchie*outerPaned*Form.translations:#override\n\
  99.     Meta<Key>a:    about()\n\
  100.     Meta<Key>o:    browser-open-all()\n\
  101.     Meta<Key>g:    ftp-get()\n\
  102.     Meta<Key>s:    file-save()\n\
  103.     Meta<Key>l:    file-load()\n\
  104.     Meta<Key>w:    file-write()\n\
  105.     Meta<Key>q:    quit()\n
  106.  
  107. ! Give us vertical scrollbar
  108. Xarchie*Viewport*allowVert:        True
  109. ! Make this True if you like horizontal scrolling also
  110. Xarchie*Viewport*allowHoriz:        False
  111. ! Always show the allowed scrollbars
  112. Xarchie*Viewport*forceBars:        True
  113. ! Don't touch
  114. Xarchie*Viewport.preferredPaneSize:    160
  115. Xarchie*Viewport.vertical.width:    15
  116.  
  117. ! Font for items in browser panes
  118. Xarchie*XfwfMultiList*font:        xarchieFont
  119. ! Don't touch
  120. Xarchie*XfwfMultiList*verticalList:    True
  121. Xarchie*XfwfMultiList*defaultColumns:    1
  122. Xarchie*XfwfMultiList*forceColumns:    True
  123. Xarchie*XfwfMultiList*shadeSurplus:    False
  124. Xarchie*XfwfMultiList*maxSelectable:    99
  125. Xarchie*XfwfMultiList*height:        150
  126. ! Yes, the open() needs to be duplicated. These translations are
  127. ! very sensitive to the Intrinsics bizarre handling of multiple clicks.
  128. ! We have to use #replace or the leftover translations will kill us,
  129. ! which is also why we have to repeat the Meta-key bindings.
  130. Xarchie*XfwfMultiList*translations:#replace\n\
  131.     Shift<Btn1Down>(2):    browser-open-directories() \n\
  132.     <Btn1Down>(2):        browser-open-directories() \n\
  133.     Shift<Btn1Down>:    Toggle() Notify() \n\
  134.     <Btn1Down>:         Select() Notify() \n\
  135.     <Btn2Down>,<Btn2Up>:    browser-up()\n\
  136.     <Btn3Down>,<Btn3Up>:    browser-down()\n\
  137.     <Key>Right:        browser-down()\n\
  138.     <Key>Left:        browser-up()\n\
  139.     <Key>Home:        browser-top()\n\
  140.     Meta<Key>a:        about()\n\
  141.     Meta<Key>o:        browser-open-all()\n\
  142.     Meta<Key>g:        ftp-get()\n\
  143.     Meta<Key>s:        file-save()\n\
  144.     Meta<Key>l:        file-load()\n\
  145.     Meta<Key>w:        file-write()\n\
  146.     Meta<Key>q:        quit()\n
  147.  
  148. Xarchie*List*font:        xarchieFont
  149. ! Don't touch
  150. Xarchie*List*verticalList:    True
  151. Xarchie*List*height:        150
  152.  
  153. ! Size of grips
  154. Xarchie*Grip*height:        5
  155. Xarchie*Grip*width:        5
  156.  
  157. ! Change only if you like really "spacy" labels
  158. Xarchie*Label.borderWidth:        0
  159. Xarchie*Label.internalWidth:        0
  160. ! Note: This next can't be 0 or failed search in Text widget crashes!
  161. Xarchie*Text*Label.internalWidth:    1
  162. ! Don't touch
  163. Xarchie*Label.resize:            True
  164. Xarchie*Label.resizable:        True
  165.  
  166. ! Change if you want
  167. Xarchie*Text*borderWidth:        1
  168. Xarchie*Text*font:            xarchieFont
  169. Xarchie*Text*Scrollbar.thickness:     5
  170. ! Don't touch
  171. Xarchie*Text*editType:            edit
  172. Xarchie*Text.scrollHorizontal:        whenNeeded
  173. Xarchie*Text*Text.scrollHorizontal:    never
  174. ! These make the caret follow the mouse, and make Return not go to a new
  175. ! (blank) line. Don't use * or you'll crash in DisplayCaret for vbar.
  176. Xarchie*Text.displayCaret:    False
  177. Xarchie*Text.translations:#override\n\
  178.     <Enter>:    display-caret(True) \n\
  179.     <Leave>:    display-caret(False) \n\
  180.     <Key>Return:    no-op() \n
  181.  
  182. !    -    -    -    -    -    -    -    -    -
  183. !    -    -    -    -    -    -    -    -    -
  184. ! Toplevel Xarchie shell
  185.  
  186. Xarchie.translations:#override\n\
  187.     <Message>WM_PROTOCOLS:    quit()\n
  188.  
  189. !    -    -    -    -    -    -    -    -    -
  190. ! Outermost Paned widget
  191.  
  192. Xarchie*outerPaned.orientation:    vertical
  193.  
  194. !    -    -    -    -    -    -    -    -    -
  195. ! Top Button Form
  196. !
  197. ! Note that we have to set the widths explicitly to make everything look
  198. ! pretty since there's no way to lay out a Form nicely. Your mileage will
  199. ! vary if you change the fonts. The "fromVert" and "fromHoriz" resources
  200. ! make the buttons "pile up" properly. You can change them subject to
  201. ! the widget creation order.
  202. !
  203. ! This keeps the buttons from getting bigger or smaller when the panes
  204. ! resize. Thus only the browser grows.
  205. Xarchie*buttonForm.skipAdjust: True
  206.  
  207. ! No point in having grips since only the browser can grow, and then only
  208. ! if the whole application grows.
  209. Xarchie*buttonForm.showGrip: False
  210.  
  211. Xarchie*buttonForm*fileButton.label:        File>
  212. Xarchie*buttonForm*fileButton.menuName:        fileMenu
  213.  
  214. Xarchie*buttonForm*settingsButton.label:    Settings>
  215. Xarchie*buttonForm*settingsButton.menuName:    settingsMenu
  216. Xarchie*buttonForm*settingsButton.fromHoriz:    fileButton
  217.  
  218. Xarchie*buttonForm*queryButton.label:        Query>
  219. Xarchie*buttonForm*queryButton.menuName:    queryMenu
  220. Xarchie*buttonForm*queryButton.fromHoriz:    settingsButton
  221.  
  222. Xarchie*buttonForm*abortButton.label:        Abort
  223. Xarchie*buttonForm*abortButton.fromHoriz:    queryButton
  224. Xarchie*buttonForm*abortButton.translations:#override\n\
  225.     <BtnDown>,<BtnUp>:    abort()\n
  226.  
  227. ! Can be disabled at compile-time
  228. Xarchie*buttonForm*helpButton.label:        Help
  229. Xarchie*buttonForm*helpButton.fromHoriz:    abortButton
  230. Xarchie*buttonForm*helpButton.translations:#override\n\
  231.     <BtnDown>,<BtnUp>:    help()\n
  232.  
  233. Xarchie*buttonForm*statusLabel.label:        Status:
  234. Xarchie*buttonForm*statusLabel.fromVert:    fileButton
  235. Xarchie*buttonForm*statusText.fromHoriz:    statusLabel
  236. Xarchie*buttonForm*statusText.fromVert:        fileButton
  237. Xarchie*buttonForm*statusText*width:        410
  238. ! Don't allow writing in the status window
  239. Xarchie*buttonForm*statusText*editType:        read
  240. ! Don't give a border since it's "read-only"
  241. Xarchie*buttonForm*statusText.borderWidth:    0
  242. ! Don't ever give a scrollbar since it's just confusing
  243. Xarchie*buttonForm*statusText*scrollHorizontal:    never
  244. ! Don't ever show the caret in the status line
  245. Xarchie*buttonForm*statusText*translations:#override\n
  246.  
  247. Xarchie*buttonForm*statusScrollbar.fromVert:    statusText
  248. Xarchie*buttonForm*statusScrollbar.fromHoriz:    statusLabel
  249. Xarchie*buttonForm*statusScrollbar.orientation:    horizontal
  250. Xarchie*buttonForm*statusScrollbar.length:    410
  251.  
  252. !    -    -    -    -    -    -    -    -    -
  253. ! Middle browser pane
  254.  
  255. Xarchie*browserForm.borderWidth:        0
  256. Xarchie*browserForm.defaultDistance:        0
  257.  
  258. Xarchie*browserForm*Command.width:        240
  259. Xarchie*browserForm*Command.justify:        center
  260. Xarchie*browserForm*Command.borderWidth:    0
  261. Xarchie*browserForm*Command.internalHeight:    2
  262. ! Don't resize the button vertically when the browser resizes
  263. Xarchie*browserForm*Command.top:        chainTop
  264. Xarchie*browserForm*Command.bottom:        chainTop
  265.  
  266. Xarchie*browserForm.browserUpButton.label:    <<<
  267. Xarchie*browserForm.browserUpButton.translations:#override\n\
  268.     Shift<BtnDown>,<BtnUp>:    browser-top() \n\
  269.     <BtnDown>,<BtnUp>:    browser-up() \n
  270.  
  271. Xarchie*browserForm.browserDownButton.label:    >>>
  272. Xarchie*browserForm.browserDownButton.fromHoriz:browserUpButton
  273. Xarchie*browserForm.browserDownButton.translations:#override\n\
  274.     <BtnDown>,<BtnUp>:    browser-down() \n
  275.  
  276. Xarchie*browserForm.browserPaned.orientation:    horizontal
  277. Xarchie*browserForm.browserPaned.fromVert:    browserDownButton
  278. Xarchie*browserForm.browserPaned.top:        chainTop
  279.  
  280. ! No point in having grips since only the browser can grow, and then only
  281. ! if the whole application grows.
  282. Xarchie*browserForm.browserPaned.showGrip:    False
  283.  
  284. ! if not MULTILIST
  285. Xarchie*browserForm*List*defaultColumns:    1
  286. Xarchie*browserForm*List*forceColumns:        True
  287. Xarchie*browserForm*List.translations:#override\n\
  288.     <Btn1Down>(2):        browser-open-directories() \n\
  289.     <Btn1Down>,<Btn1Up>:    Set() Notify() \n
  290.  
  291. !    -    -    -    -    -    -    -    -    -
  292. ! Bottom String Form
  293.  
  294. ! This keeps the strings from getting bigger or smaller when the panes
  295. ! resize. Thus only the browser grows.
  296. Xarchie*stringForm.skipAdjust: True
  297.  
  298. ! Left justify labels or they'll move on resize
  299. Xarchie*stringForm*Label.justify:    left
  300. ! De-emphasize most labels
  301. Xarchie*stringForm*Label.font:        xarchieFont
  302.  
  303. ! Disable typing into most Text widgets
  304. Xarchie*stringForm*AsciiSrc.editType:     read
  305.  
  306. ! Except the search term items, which can be edited and should stand out
  307. Xarchie*stringForm*searchLabel.label:        Search Term:
  308. Xarchie*stringForm*searchLabel.font:          xarchieBoldFont
  309. Xarchie*stringForm*searchText*width:        390
  310. Xarchie*stringForm*searchText.fromHoriz:    searchLabel
  311. Xarchie*stringForm*searchText*editType:     edit
  312. Xarchie*stringForm*searchText.translations:#override\n\
  313.     <Enter>:    display-caret(True) \n\
  314.     <Leave>:    display-caret(False) \n\
  315.     <Key>Return:    query() \n
  316.  
  317. Xarchie*stringForm*hostLabel.label:    Host:
  318. Xarchie*stringForm*hostText.width:    438
  319. Xarchie*stringForm*hostLabel.fromVert:    searchLabel
  320. Xarchie*stringForm*hostText.fromVert:    searchLabel
  321. Xarchie*stringForm*hostText.fromHoriz:    hostLabel
  322. Xarchie*stringForm*hostText*editType:     edit
  323. Xarchie*stringForm*hostText.translations:#override\n\
  324.     <Enter>:    display-caret(True) \n\
  325.     <Leave>:    display-caret(False) \n\
  326.     <Key>Return:    query-host() \n
  327.  
  328. Xarchie*stringForm*locationLabel.label:        Location:
  329. Xarchie*stringForm*locationText.width:        410
  330. ! Extra height since often get scrollbar here
  331. Xarchie*stringForm*locationText.height:        20
  332. Xarchie*stringForm*locationLabel.fromVert:    hostLabel
  333. Xarchie*stringForm*locationText.fromHoriz:    locationLabel
  334. Xarchie*stringForm*locationText.fromVert:    hostLabel
  335. Xarchie*stringForm*locationText*editType:     edit
  336. Xarchie*stringForm*locationText.translations:#override\n\
  337.     <Enter>:    display-caret(True) \n\
  338.     <Leave>:    display-caret(False) \n\
  339.     <Key>Return:    query-location() \n
  340.  
  341. Xarchie*stringForm*fileLabel.label:    File:
  342. Xarchie*stringForm*fileLabel.fromVert:    locationText
  343. Xarchie*stringForm*fileText.fromHoriz:    fileLabel
  344. Xarchie*stringForm*fileText.fromVert:    locationText
  345. Xarchie*stringForm*fileText.width:    438
  346.  
  347. Xarchie*stringForm*sizeLabel.label:    Size:
  348. Xarchie*stringForm*sizeLabel.fromVert:    fileLabel
  349. Xarchie*stringForm*sizeText.fromHoriz:    sizeLabel
  350. Xarchie*stringForm*sizeText.fromVert:    fileLabel
  351. Xarchie*stringForm*sizeText*width:    112
  352.  
  353. Xarchie*stringForm*modesLabel.label:    Mode:
  354. Xarchie*stringForm*modesLabel.fromHoriz:sizeText
  355. Xarchie*stringForm*modesLabel.fromVert:    fileLabel
  356. Xarchie*stringForm*modesText.fromHoriz:    modesLabel
  357. Xarchie*stringForm*modesText.fromVert:    fileLabel
  358. Xarchie*stringForm*modesText*width:    112
  359.  
  360. Xarchie*stringForm*dateLabel.label:    Date:
  361. Xarchie*stringForm*dateLabel.fromHoriz:    modesText
  362. Xarchie*stringForm*dateLabel.fromVert:    fileLabel
  363. Xarchie*stringForm*dateText.fromHoriz:    dateLabel
  364. Xarchie*stringForm*dateText.fromVert:    fileLabel
  365. Xarchie*stringForm*dateText*width:    125
  366.  
  367. !    -    -    -    -    -    -    -    -    -
  368. ! Settings panel
  369.  
  370. Xarchie*settingsForm*Text*borderWidth:        1
  371. Xarchie*settingsForm*Label.resizable:        True
  372.  
  373. Xarchie*settingsShell.title:            Xarchie Settings Panel
  374. Xarchie*settingsShell.translations:#override\n\
  375.     <Message>WM_PROTOCOLS:    settings-done()\n
  376.  
  377. Xarchie*settingsForm*setDoneButton.label:    Done
  378. Xarchie*settingsForm*setDoneButton.translations:#override\n\
  379.     <BtnDown>,<BtnUp>:    settings-done() \n
  380.  
  381. Xarchie*settingsForm*setApplyButton.label:    Apply
  382. Xarchie*settingsForm*setApplyButton.fromHoriz:    setDoneButton
  383. Xarchie*settingsForm*setApplyButton.translations:#override\n\
  384.     <BtnDown>,<BtnUp>:    settings-apply() \n
  385.  
  386. Xarchie*settingsForm*setDefaultButton.label:    Default
  387. Xarchie*settingsForm*setDefaultButton.fromHoriz:setApplyButton
  388. Xarchie*settingsForm*setDefaultButton.translations:#override\n\
  389.     <BtnDown>,<BtnUp>:    settings-default() \n
  390.  
  391. Xarchie*settingsForm*setHostButton.label:    Host
  392. Xarchie*settingsForm*setHostButton.menuName:    setHostMenu
  393. Xarchie*settingsForm*setHostButton.fromVert:    setApplyButton
  394. Xarchie*settingsForm*setHostButton.vertDistance:10
  395. Xarchie*settingsForm*setHostText.fromVert:    setApplyButton
  396. Xarchie*settingsForm*setHostText.vertDistance:    10
  397. Xarchie*settingsForm*setHostText.fromHoriz:    setHostButton
  398. Xarchie*settingsForm*setHostText.width:        353
  399.  
  400. Xarchie*settingsForm*setSearchButton.label:    Search Mode
  401. Xarchie*settingsForm*setSearchButton.menuName:    setSearchMenu
  402. Xarchie*settingsForm*setSearchButton.fromVert:    setHostButton
  403. Xarchie*settingsForm*setSearchLabel.fromVert:    setHostButton
  404. Xarchie*settingsForm*setSearchLabel.fromHoriz:    setSearchButton
  405. Xarchie*settingsForm*setSearchLabel.font:     xarchieFont
  406.  
  407. Xarchie*settingsForm*setSortButton.label:    Sort Mode
  408. Xarchie*settingsForm*setSortButton.menuName:    setSortMenu
  409. Xarchie*settingsForm*setSortButton.fromVert:    setHostButton
  410. Xarchie*settingsForm*setSortButton.fromHoriz:    setSearchButton
  411. Xarchie*settingsForm*setSortButton.horizDistance:100
  412. Xarchie*settingsForm*setSortLabel.fromVert:    setHostButton
  413. Xarchie*settingsForm*setSortLabel.fromHoriz:    setSortButton
  414. Xarchie*settingsForm*setSortLabel.font:     xarchieFont
  415.  
  416. Xarchie*settingsForm*setNiceButton.label:    Nice Level
  417. Xarchie*settingsForm*setNiceButton.menuName:    setNiceMenu
  418. Xarchie*settingsForm*setNiceButton.fromVert:    setSortButton
  419. Xarchie*settingsForm*setNiceText.fromVert:    setSortButton
  420. Xarchie*settingsForm*setNiceText.fromHoriz:    setNiceButton
  421. Xarchie*settingsForm*setNiceText.width:        82
  422.  
  423. Xarchie*settingsForm*setMaxHitsLabel.label:    Max Hits:
  424. Xarchie*settingsForm*setMaxHitsLabel.fromVert:    setNiceButton
  425. Xarchie*settingsForm*setMaxHitsText.fromVert:    setNiceButton
  426. Xarchie*settingsForm*setMaxHitsText.fromHoriz:    setMaxHitsLabel
  427. Xarchie*settingsForm*setMaxHitsText.width:    99
  428.  
  429. Xarchie*settingsForm*setTimeoutLabel.label:    Initial Timeout:
  430. Xarchie*settingsForm*setTimeoutLabel.fromVert:    setMaxHitsLabel
  431. Xarchie*settingsForm*setTimeoutText.fromVert:    setMaxHitsLabel
  432. Xarchie*settingsForm*setTimeoutText.fromHoriz:    setTimeoutLabel
  433. Xarchie*settingsForm*setTimeoutText.width:    50
  434.  
  435. Xarchie*settingsForm*setRetriesLabel.label:    Retries:
  436. Xarchie*settingsForm*setRetriesLabel.fromVert:    setTimeoutLabel
  437. Xarchie*settingsForm*setRetriesText.fromVert:    setTimeoutLabel
  438. Xarchie*settingsForm*setRetriesText.fromHoriz:    setRetriesLabel
  439. Xarchie*settingsForm*setRetriesText.width:    106
  440.  
  441. Xarchie*settingsForm*setAutoScrollButton.label:        Auto-Scroll Browser:
  442. Xarchie*settingsForm*setAutoScrollButton.menuName:    setAutoScrollMenu
  443. Xarchie*settingsForm*setAutoScrollButton.fromVert:    setRetriesLabel
  444. Xarchie*settingsForm*setAutoScrollButton.vertDistance:    20
  445. Xarchie*settingsForm*setAutoScrollLabel.fromVert:    setRetriesLabel
  446. Xarchie*settingsForm*setAutoScrollLabel.vertDistance:    20
  447. Xarchie*settingsForm*setAutoScrollLabel.fromHoriz:    setAutoScrollButton
  448. Xarchie*settingsForm*setAutoScrollLabel.font:         xarchieFont
  449.  
  450. Xarchie*settingsForm*ftpMailAddressLabel.label:        FTP Email Address:
  451. Xarchie*settingsForm*ftpMailAddressLabel.fromVert:    setAutoScrollLabel
  452. Xarchie*settingsForm*ftpMailAddressLabel.vertDistance:    20
  453. Xarchie*settingsForm*ftpMailAddressText.fromHoriz:    ftpMailAddressLabel
  454. Xarchie*settingsForm*ftpMailAddressText.fromVert:    setAutoScrollLabel
  455. Xarchie*settingsForm*ftpMailAddressText.vertDistance:    20
  456. Xarchie*settingsForm*ftpMailAddressText.width:        264
  457.  
  458. Xarchie*settingsForm*ftpLocalDirLabel.label:    FTP Local Directory:
  459. Xarchie*settingsForm*ftpLocalDirLabel.fromVert:    ftpMailAddressLabel
  460. Xarchie*settingsForm*ftpLocalDirText.fromHoriz:    ftpLocalDirLabel
  461. Xarchie*settingsForm*ftpLocalDirText.fromVert:    ftpMailAddressLabel
  462. Xarchie*settingsForm*ftpLocalDirText.width:    250
  463.  
  464. Xarchie*settingsForm*ftpTypeButton.label:    FTP Transfer Type:
  465. Xarchie*settingsForm*ftpTypeButton.menuName:    ftpTypeMenu
  466. Xarchie*settingsForm*ftpTypeButton.fromVert:    ftpLocalDirLabel
  467. Xarchie*settingsForm*ftpTypeLabel.fromHoriz:    ftpTypeButton
  468. Xarchie*settingsForm*ftpTypeLabel.fromVert:    ftpLocalDirLabel
  469. Xarchie*settingsForm*ftpTypeLabel.font:     xarchieFont
  470.  
  471. Xarchie*settingsForm*ftpPromptButton.label:    Prompt during FTP:
  472. Xarchie*settingsForm*ftpPromptButton.menuName:    ftpPromptMenu
  473. Xarchie*settingsForm*ftpPromptButton.fromHoriz:    ftpTypeLabel
  474. Xarchie*settingsForm*ftpPromptButton.horizDistance: 20
  475. Xarchie*settingsForm*ftpPromptButton.fromVert:    ftpLocalDirLabel
  476. Xarchie*settingsForm*ftpPromptLabel.fromHoriz:    ftpPromptButton
  477. Xarchie*settingsForm*ftpPromptLabel.fromVert:    ftpLocalDirLabel
  478. Xarchie*settingsForm*ftpPromptLabel.font:    xarchieFont
  479.  
  480. Xarchie*settingsForm*ftpTraceButton.label:    Trace FTP Transfers:
  481. Xarchie*settingsForm*ftpTraceButton.menuName:    ftpTraceMenu
  482. Xarchie*settingsForm*ftpTraceButton.fromVert:    ftpTypeButton
  483. Xarchie*settingsForm*ftpTraceLabel.fromHoriz:    ftpTraceButton
  484. Xarchie*settingsForm*ftpTraceLabel.fromVert:    ftpTypeButton
  485. Xarchie*settingsForm*ftpTraceLabel.font:    xarchieFont
  486.  
  487. Xarchie*settingsForm*ftpStripButton.label:    Strip CR:
  488. Xarchie*settingsForm*ftpStripButton.menuName:    ftpStripMenu
  489. Xarchie*settingsForm*ftpStripButton.fromVert:    ftpTypeButton
  490. Xarchie*settingsForm*ftpStripButton.fromHoriz:    ftpTraceButton
  491. Xarchie*settingsForm*ftpStripButton.horizDistance: 52
  492. Xarchie*settingsForm*ftpStripLabel.fromHoriz:    ftpStripButton
  493. Xarchie*settingsForm*ftpStripLabel.fromVert:    ftpTypeButton
  494. Xarchie*settingsForm*ftpStripLabel.font:    xarchieFont
  495.  
  496. Xarchie*settingsForm*setHostWeightsLabel.label:        Host weights:
  497. Xarchie*settingsForm*setHostWeightsLabel.fromVert:    setSortButton
  498. Xarchie*settingsForm*setHostWeightsLabel.fromHoriz:    setSearchButton
  499. Xarchie*settingsForm*setHostWeightsLabel.horizDistance:    100
  500. Xarchie*settingsForm*setHostWeightsLabel.mappedWhenManaged: False
  501. Xarchie*settingsForm*setHostWeightsText.borderWidth:    1
  502. Xarchie*settingsForm*setHostWeightsText.fromVert:    setHostWeightsLabel
  503. Xarchie*settingsForm*setHostWeightsText.fromHoriz:    setSearchButton
  504. Xarchie*settingsForm*setHostWeightsText.horizDistance:    100
  505. Xarchie*settingsForm*setHostWeightsText.mappedWhenManaged: False
  506. Xarchie*settingsForm*setHostWeightsText.height:        60
  507. Xarchie*settingsForm*setHostWeightsText.width:        205
  508. Xarchie*settingsForm*setHostWeightsText.scrollVertical:    always
  509. Xarchie*settingsForm*setHostWeightsText.scrollHorizontal: whenNeeded
  510. Xarchie*settingsForm*setHostWeightsText.translations:#override\n\
  511.     <Key>Return:    newline() \n
  512.  
  513. !    -    -    -    -    -    -    -    -    -
  514. ! File panel (for save, load, and write)
  515.  
  516. Xarchie*filePanelShell.title:        Xarchie File Panel
  517.  
  518. Xarchie*filePanelForm*Text*borderWidth:        1
  519. Xarchie*filePanelForm*Label*resizable:        True
  520.  
  521. Xarchie*filePanelLabel.borderWidth:        0
  522.  
  523. Xarchie*filePanelWriteModeButton.label:        Write Format
  524. Xarchie*filePanelWriteModeButton.menuName:    filePanelWriteModeMenu
  525. Xarchie*filePanelWriteModeButton.fromHoriz:    filePanelLabel
  526. Xarchie*filePanelWriteModeButton.horizDistance:    20
  527. Xarchie*filePanelWriteModeLabel.font:         xarchieFont
  528. Xarchie*filePanelWriteModeLabel.fromHoriz:    filePanelWriteModeButton
  529.  
  530. ! If FILECHOOSER
  531. Xarchie*filePanelFileChooser.width:        343
  532. Xarchie*filePanelFileChooser.fromVert:        filePanelWriteModeButton
  533.  
  534. Xarchie*filePanelTextLabel.label:        File:
  535. Xarchie*filePanelText.width:            305
  536. Xarchie*filePanelText.fromHoriz:        filePanelTextLabel
  537. Xarchie*filePanelText.fromVert:            filePanelFileChooser
  538. Xarchie*filePanelText.translations:#override\n\
  539.     <Enter>:    display-caret(True) \n\
  540.     <Leave>:    display-caret(False) \n\
  541.     <Key>Return:    no-op()\n
  542.  
  543. Xarchie*filePanelOkButton.label:        Ok
  544. Xarchie*filePanelOkButton.fromVert:        filePanelText
  545. Xarchie*filePanelOkButton.vertDistance:        10
  546. Xarchie*filePanelOkButton.horizDistance:    100
  547. ! Uses notify() for callback
  548.  
  549. Xarchie*filePanelCancelButton.label:        Cancel
  550. Xarchie*filePanelCancelButton.fromVert:        filePanelText
  551. Xarchie*filePanelCancelButton.fromHoriz:    filePanelOkButton
  552. Xarchie*filePanelCancelButton.vertDistance:    10
  553. Xarchie*filePanelCancelButton.horizDistance:    30
  554. ! Uses notify() for callback
  555.  
  556. !    -    -    -    -    -    -    -    -    -
  557. ! Help panel (unless Help was disabled at compile-time)
  558.  
  559. Xarchie*helpShell.title:        Xarchie Help Panel
  560. Xarchie*helpShell.translations:#override\n\
  561.     <Message>WM_PROTOCOLS:    help-done()\n
  562.  
  563. Xarchie*helpForm*Text*borderWidth:    1
  564. Xarchie*helpForm.Label*resizable:    True
  565.  
  566. Xarchie*helpForm*helpLabel.borderWidth:    0
  567.  
  568. Xarchie*helpForm*helpViewport.fromVert:    helpLabel
  569. Xarchie*helpForm*helpViewport.width:    250
  570. Xarchie*helpForm*helpViewport.height:    150
  571. ! Don't ever make the topic list wider
  572. Xarchie*helpForm*helpViewport.left:    chainLeft
  573. Xarchie*helpForm*helpViewport.right:    chainLeft
  574.  
  575. ! Font for the Help browser
  576. Xarchie*helpForm*helpList*font:            xarchieFont
  577. ! Don't touch
  578. Xarchie*helpForm*helpList*verticalList:        true
  579. Xarchie*helpForm*helpList*defaultColumns:    1
  580. Xarchie*helpForm*helpList*forceColumns:        true
  581. Xarchie*helpForm*helpList*maxSelectable:     1
  582. Xarchie*helpForm*helpList*height:        150
  583.  
  584. Xarchie*helpForm*helpText.fromVert:    helpLabel
  585. Xarchie*helpForm*helpText.fromHoriz:    helpViewport
  586. Xarchie*helpForm*helpText.width:    350
  587. Xarchie*helpForm*helpText.height:    150
  588. ! Don't touch
  589. Xarchie*helpForm*helpText.left:            chainLeft
  590. Xarchie*helpForm*helpText*editType:        read
  591. Xarchie*helpForm*helpText.scrollVertical:    always
  592. Xarchie*helpForm*helpText.scrollHorizontal:    never
  593. Xarchie*helpForm*helpText*Scrollbar.thickness:    14
  594.  
  595. Xarchie*helpForm*helpDoneButton.label:        Done
  596. Xarchie*helpForm*helpDoneButton.fromVert:    helpViewport
  597. Xarchie*helpForm*helpDoneButton.translations:#override\n\
  598.     <BtnDown>,<BtnUp>:    help-done() \n
  599.  
  600. Xarchie*helpForm*helpPrevButton.label:        Previous
  601. Xarchie*helpForm*helpPrevButton.fromVert:    helpViewport
  602. Xarchie*helpForm*helpPrevButton.fromHoriz:    helpDoneButton
  603. Xarchie*helpForm*helpPrevButton.translations:#override\n\
  604.     <BtnDown>,<BtnUp>:    help-prev() \n
  605.  
  606. Xarchie*helpForm*helpNextButton.label:        Next
  607. Xarchie*helpForm*helpNextButton.fromVert:    helpViewport
  608. Xarchie*helpForm*helpNextButton.fromHoriz:    helpPrevButton
  609. Xarchie*helpForm*helpNextButton.translations:#override\n\
  610.     <BtnDown>,<BtnUp>:    help-next() \n
  611.  
  612. Xarchie*helpForm*helpDownButton.label:        Down
  613. Xarchie*helpForm*helpDownButton.fromVert:    helpViewport
  614. Xarchie*helpForm*helpDownButton.fromHoriz:    helpViewport
  615. Xarchie*helpForm*helpDownButton.translations:#override\n\
  616.     <BtnDown>,<BtnUp>:    help-down() \n
  617.  
  618. Xarchie*helpForm*helpUpButton.label:        Up
  619. Xarchie*helpForm*helpUpButton.fromVert:        helpViewport
  620. Xarchie*helpForm*helpUpButton.fromHoriz:    helpDownButton
  621. Xarchie*helpForm*helpUpButton.translations:#override\n\
  622.     <BtnDown>,<BtnUp>:    help-up() \n
  623.  
  624. !    -    -    -    -    -    -    -    -    -
  625. ! Popups for displaying files retrieved for viewing via ftp
  626. !
  627. ! Buttons use callbacks from notify() to invoke actions, rather than
  628. ! action procedures.
  629.  
  630. ! viewShell.title set programmatically to name of file
  631.  
  632. Xarchie*viewForm.Command.top:        chainTop
  633. Xarchie*viewForm.Command.bottom:    chainTop
  634. Xarchie*viewForm.Command.right:        chainLeft
  635. Xarchie*viewForm.Command.left:        chainLeft
  636.  
  637. Xarchie*viewDoneButton.label:        Dismiss
  638.  
  639. Xarchie*viewDownButton.label:        Down
  640. Xarchie*viewDownButton.fromHoriz:    viewDoneButton
  641.  
  642. Xarchie*viewUpButton.label:        Up
  643. Xarchie*viewUpButton.fromHoriz:    viewDownButton
  644.  
  645. Xarchie*viewSaveButton.label:        Save
  646. Xarchie*viewSaveButton.fromHoriz:    viewUpButton
  647.  
  648. Xarchie*viewText.fromVert:        viewDoneButton
  649. Xarchie*viewText.top:            chainTop
  650. Xarchie*viewText.left:            chainLeft
  651. Xarchie*viewText.scrollVertical:    whenNeeded
  652. Xarchie*viewText.width:            570
  653. Xarchie*viewText.height:        320
  654. Xarchie*viewText*Scrollbar.thickness:    14
  655.  
  656. !    -    -    -    -    -    -    -    -    -
  657. ! The file selector popped up by a viewSaveButton
  658.  
  659. Xarchie*viewSaveShell.title:    Xarchie Save Retrieved File
  660.  
  661. Xarchie*viewSaveLabel.label:            File:
  662. Xarchie*viewSaveLabel.borderWidth:        0
  663.  
  664. Xarchie*viewSaveLabelText.fromHoriz:        viewSaveLabel
  665. Xarchie*viewSaveLabelText.width:        250
  666. Xarchie*viewSaveLabelText.borderWidth:        0
  667. Xarchie*viewSaveLabelText*editType:        read
  668.  
  669. ! If FILECHOOSER
  670. Xarchie*viewSaveFileChooser.width:        300
  671.  
  672. Xarchie*viewSaveTextLabel.label:        Save to:
  673. Xarchie*viewSaveText.fromHoriz:            viewSaveTextLabel
  674. Xarchie*viewSaveText.width:            240
  675. Xarchie*viewSaveText.translations:#override\n\
  676.     <Enter>:    display-caret(True) \n\
  677.     <Leave>:    display-caret(False) \n\
  678.     <Key>Return:    no-op()\n
  679.  
  680. Xarchie*viewSaveOkButton.label:            Ok
  681. Xarchie*viewSaveOkButton.fromVert:        viewSaveText
  682. Xarchie*viewSaveOkButton.vertDistance:        10
  683. Xarchie*viewSaveOkButton.horizDistance:        80
  684. ! Uses notify() for callback
  685.  
  686. Xarchie*viewSaveCancelButton.label:        Cancel
  687. Xarchie*viewSaveCancelButton.fromVert:        viewSaveText
  688. Xarchie*viewSaveCancelButton.fromHoriz:        viewSaveOkButton
  689. Xarchie*viewSaveCancelButton.vertDistance:    10
  690. Xarchie*viewSaveCancelButton.horizDistance:    30
  691. ! Uses notify() for callback
  692.  
  693. !    -    -    -    -    -    -    -    -    -
  694. ! The About Panel
  695.  
  696. Xarchie*aboutShell.title:        About Xarchie
  697. Xarchie*aboutShell.translations:#override\n\
  698.     <Message>WM_PROTOCOLS:    about-done()\n
  699.  
  700. ! This is overridden by the compiled version number
  701. Xarchie*aboutShell*aboutLabel0.label:    Xarchie 2.0
  702. Xarchie*aboutShell*aboutLabel0.width:    200
  703.  
  704. Xarchie*aboutShell*aboutLabel1.label:    George Ferguson
  705. Xarchie*aboutShell*aboutLabel1.fromVert:aboutLabel0
  706. Xarchie*aboutShell*aboutLabel1.width:    200
  707.  
  708. Xarchie*aboutShell*aboutLabel2.label:    ferguson@cs.rochester.edu
  709. Xarchie*aboutShell*aboutLabel2.fromVert:aboutLabel1
  710. Xarchie*aboutShell*aboutLabel2.width:    200
  711.  
  712. ! Uses a compiled-in bitmap
  713. Xarchie*aboutShell*aboutLabel3.fromHoriz:    aboutLabel2
  714. Xarchie*aboutShell*aboutLabel3.horizDistance:    20
  715.  
  716. Xarchie*aboutShell*aboutLabel4.label:    For info about Archie: info@bunyip.com
  717. Xarchie*aboutShell*aboutLabel4.fromVert:    aboutLabel2
  718. Xarchie*aboutShell*aboutLabel4.vertDistance:    10
  719.  
  720. Xarchie*aboutShell*aboutLabel5.label:    \ \ \ \ \ \ \ \ \ \ \ \ \ Prospero: info-prospero@isi.edu
  721. Xarchie*aboutShell*aboutLabel5.fromVert:    aboutLabel4
  722.  
  723. Xarchie*aboutShell*aboutLabel6.label:    \ \ Archie servers: archie-admin@<archie-host>
  724. Xarchie*aboutShell*aboutLabel6.fromVert:    aboutLabel5
  725.  
  726. Xarchie*aboutShell*aboutDoneButton.label:    Dismiss
  727. Xarchie*aboutShell*aboutDoneButton.fromVert:    aboutLabel6
  728. Xarchie*aboutShell*aboutDoneButton.translations:#override\n\
  729.     <BtnDown>,<BtnUp>:    about-done() \n
  730.  
  731. !    -    -    -    -    -    -    -    -    -
  732. ! Popup window used to trace ftp connections
  733.  
  734. Xarchie*ftpTraceShell.title:        Xarchie Ftp Trace
  735. Xarchie*ftpTraceShell.translations:#override\n\
  736.     <Message>WM_PROTOCOLS:    ftp-trace-done()\n
  737.  
  738. Xarchie*ftpTraceShell*ftpTraceDismissButton.label:    Dismiss
  739. Xarchie*ftpTraceShell*ftpTraceDismissButton.translations:#override\n\
  740.     <BtnDown>,<BtnUp>:    ftp-trace-done() \n
  741.  
  742. Xarchie*ftpTraceShell*ftpTraceText.fromVert:        ftpTraceDismissButton
  743. Xarchie*ftpTraceShell*ftpTraceText.top:            chainTop
  744. Xarchie*ftpTraceShell*ftpTraceText.left:        chainLeft
  745. Xarchie*ftpTraceShell*ftpTraceText.scrollVertical:    whenNeeded
  746. Xarchie*ftpTraceShell*ftpTraceText.Scrollbar.thickness:    14
  747. Xarchie*ftpTraceShell*ftpTraceText.width:        570
  748. Xarchie*ftpTraceShell*ftpTraceText.height:        320
  749.  
  750. !    -    -    -    -    -    -    -    -    -
  751. ! Menus
  752. ! WARNING: Changing these labels will NOT change the functionality of
  753. !          the menu item! Messing with the settingsMenu is particularly
  754. !          discouraged.
  755.  
  756. Xarchie*SmeBSB.font:        xarchieFont
  757. Xarchie*menuLabel.font:        xarchieBoldFont
  758. Xarchie*menuLabel.leftMargin:    4
  759.  
  760. Xarchie*fileMenu.label:        File
  761. Xarchie*fileMenuItem0.label:    About...
  762. Xarchie*fileMenuItem1.label:    Open
  763. Xarchie*fileMenuItem2.label:    Get...
  764. Xarchie*fileMenuItem3.label:    Save...
  765. Xarchie*fileMenuItem4.label:    Load...
  766. Xarchie*fileMenuItem5.label:    Write...
  767. Xarchie*fileMenuItem6.label:    Quit
  768.  
  769. Xarchie*queryMenu.label:    Query
  770. Xarchie*queryMenuItem0.label:    Query Item
  771. Xarchie*queryMenuItem1.label:    Query Host
  772. Xarchie*queryMenuItem2.label:    Query Location
  773.  
  774. Xarchie*settingsMenu.label:        Settings
  775. Xarchie*settingsMenu.translations:#override\n\
  776.     <BtnMotion>: highlight() settings-submenu() \n
  777. Xarchie*settingsMenuItem0.label:    Archie Host >
  778. Xarchie*settingsMenuItem1.label:    Search Type >
  779. Xarchie*settingsMenuItem2.label:    Sort Type   >
  780. Xarchie*settingsMenuItem3.label:    Nice Level  >
  781. Xarchie*settingsMenuItem4.label:    Other...
  782.  
  783. Xarchie*setSearchMenu.label:    Search Type
  784. Xarchie*searchMenu.label:    Search Type
  785. Xarchie*searchMenuItem0.label:    Exact
  786. Xarchie*searchMenuItem1.label:    Substr
  787. Xarchie*searchMenuItem2.label:    Subcase
  788. Xarchie*searchMenuItem3.label:    Regexp
  789. Xarchie*searchMenuItem4.label:    ExactSubstr
  790. Xarchie*searchMenuItem5.label:    ExactSubcase
  791. Xarchie*searchMenuItem6.label:    ExactRegexp
  792. Xarchie*searchMenu*leftMargin:    15
  793. ! These translations are for popups only
  794. Xarchie*searchMenu.translations:#override\n\
  795.      <EnterWindow>:     highlight()             \n\
  796.      <LeaveWindow>:     unhighlight() MenuPopdown() \n\
  797.      <BtnMotion>:       highlight()             \n\
  798.      <BtnUp>:           notify() unhighlight() MenuPopdown()
  799.  
  800. Xarchie*setSortMenu.label:    Sort Type
  801. Xarchie*sortMenu.label:        Sort Type
  802. Xarchie*sortMenuItem0.label:    By Name
  803. Xarchie*sortMenuItem1.label:    By Date
  804. Xarchie*sortMenuItem2.label:    By Weight
  805. Xarchie*sortMenu*leftMargin:    15
  806. ! These translations are for popups only
  807. Xarchie*sortMenu.translations:#override\n\
  808.      <EnterWindow>:     highlight()             \n\
  809.      <LeaveWindow>:     unhighlight() MenuPopdown() \n\
  810.      <BtnMotion>:       highlight()             \n\
  811.      <BtnUp>:           notify() unhighlight() MenuPopdown()
  812.  
  813. Xarchie*setHostMenu.label:    Archie Host
  814. Xarchie*hostMenu.label:        Archie Host
  815. Xarchie*hostMenuItem0.label:    archie.sura.net        (USA-MD)
  816. Xarchie*hostMenuItem1.label:    archie.sura.net(1526)  (USA-MD)
  817. Xarchie*hostMenuItem2.label:    archie.ans.net         (USA-NY)
  818. Xarchie*hostMenuItem3.label:    archie.rutgers.edu     (USA-NJ)
  819. Xarchie*hostMenuItem4.label:    archie.unl.edu         (USA-NE)
  820. Xarchie*hostMenuItem5.label:    archie.funet.fi        (Finland/Europe)
  821. Xarchie*hostMenuItem6.label:    archie.au              (Australia)
  822. Xarchie*hostMenuItem7.label:    archie.doc.ic.ac.uk    (GB/Ireland)
  823. Xarchie*hostMenuItem8.label:    archie.wide.ad.jp      (Japan)
  824. Xarchie*hostMenuItem9.label:    archie.ncu.edu.tw      (Taiwan)
  825. Xarchie*hostMenuItem10.label:    archie.nz              (New Zealand)
  826. Xarchie*hostMenuItem11.label:    archie.th-darmstadt.de (Germany)
  827. Xarchie*hostMenuItem12.label:    archie.switch.ch       (Switzerland)
  828. Xarchie*hostMenuItem13.label:    archie.unipi.it        (Italy)
  829. Xarchie*hostMenuItem14.label:    archie.ac.el           (Israel)
  830. Xarchie*hostMenuItem15.label:    archie.kr              (Korea)
  831. Xarchie*hostMenuItem16.label:    archie.luth.se         (Sweden)
  832. Xarchie*numHosts:               17
  833. Xarchie*hostMenu*leftMargin:    15
  834. ! These translations are for popups only
  835. Xarchie*hostMenu.translations:#override\n\
  836.      <EnterWindow>:     highlight()             \n\
  837.      <LeaveWindow>:     unhighlight() MenuPopdown() \n\
  838.      <BtnMotion>:       highlight()             \n\
  839.      <BtnUp>:           notify() unhighlight() MenuPopdown()
  840.  
  841. Xarchie*setNiceMenu.label:    Nice Level
  842. Xarchie*niceMenu.label:        Nice Level
  843. Xarchie*niceMenuItem0.label:    Default
  844. Xarchie*niceMenuItem1.label:    Nice
  845. Xarchie*niceMenuItem2.label:    Nicer
  846. Xarchie*niceMenuItem3.label:    Very Nice
  847. Xarchie*niceMenuItem4.label:    Extremely Nice
  848. Xarchie*niceMenuItem5.label:    Nicest
  849. Xarchie*niceMenu*leftMargin:    15
  850. ! These translations are for popups only
  851. Xarchie*niceMenu.translations:#override\n\
  852.      <EnterWindow>:     highlight()             \n\
  853.      <LeaveWindow>:     unhighlight() MenuPopdown() \n\
  854.      <BtnMotion>:       highlight()             \n\
  855.      <BtnUp>:           notify() unhighlight() MenuPopdown()
  856.  
  857. Xarchie*setAutoScrollMenuItem0.label:    Scroll
  858. Xarchie*setAutoScrollMenuItem1.label:    Don't scroll
  859.  
  860. Xarchie*ftpTypeMenuItem0.label:        Binary
  861. Xarchie*ftpTypeMenuItem1.label:        Ascii
  862.  
  863. Xarchie*ftpPromptMenuItem0.label:    Prompt
  864. Xarchie*ftpPromptMenuItem1.label:    Don't prompt
  865.  
  866. Xarchie*ftpTraceMenuItem0.label:    Trace
  867. Xarchie*ftpTraceMenuItem1.label:    Don't trace
  868.  
  869. Xarchie*ftpStripMenuItem0.label:    Strip
  870. Xarchie*ftpStripMenuItem1.label:    Don't strip
  871.  
  872. Xarchie*filePanelWriteModeMenuItem0.label:    One entry per line
  873. Xarchie*filePanelWriteModeMenuItem1.label:    Pretty-printed
  874. Xarchie*filePanelWriteModeMenu*leftMargin:    15
  875.  
  876. !    -    -    -    -    -    -    -    -    -
  877. ! Popups
  878.  
  879. Xarchie*allowShellResize:        True
  880. Xarchie*Dialog*Label.resizable:        True
  881. Xarchie*Dialog*Text.width:        250
  882. Xarchie*Dialog*Text.scrollHorizontal:    never
  883.  
  884. Xarchie*alertShell.title:        Xarchie Alert
  885. Xarchie*alertButton0.label:        Ok
  886.  
  887. Xarchie*confirmShell.title:        Xarchie Confirm
  888. Xarchie*confirmButton0.label:        Yes
  889. Xarchie*confirmButton1.label:        No
  890.  
  891. Xarchie*ftpPromptShell.title:        Xarchie FTP Prompt
  892. Xarchie*ftpPromptButton0.label:        Yes
  893. Xarchie*ftpPromptButton1.label:        No
  894. Xarchie*ftpPromptButton2.horizDistance:    50
  895. Xarchie*ftpPromptButton2.label:        All
  896. Xarchie*ftpPromptButton3.label:        Abort
  897.  
  898. Xarchie*settingsConfirmShell.title:    Xarchie Confirm
  899. Xarchie*settingsConfirmButton0.label:    Dismiss
  900. Xarchie*settingsConfirmButton1.label:    Apply
  901. Xarchie*settingsConfirmButton2.label:    Cancel
  902.  
  903. !    -    -    -    -    -    -    -    -    -
  904. ! Colors
  905. ! Resources for color displays should use "Xarchie.color".
  906. ! For grayscale displays, use "Xarchie.gray".
  907.  
  908. Xarchie.color*background:            powder blue
  909. Xarchie.color*foreground:            blue
  910.  
  911. Xarchie.color*SimpleMenu*background:        wheat
  912. Xarchie.color*SimpleMenu*foreground:        blue
  913. Xarchie.color*Command*background:        wheat
  914. Xarchie.color*MenuButton*background:        wheat
  915. Xarchie.color*Text*background:            wheat
  916.  
  917. Xarchie.color*statusText*background:        powder blue
  918. Xarchie.color*viewSaveLabelText*background:    powder blue
  919.  
  920. Xarchie.color*browserForm.background:        gray
  921. Xarchie.color*browserForm*Command.background:    gray
  922. Xarchie.color*browserForm*Paned*background:    gray91
  923. Xarchie.color*List*background:            gray91
  924. Xarchie.color*List*foreground:            blue
  925. Xarchie.color*XfwfMultiList*highlightBackground:blue
  926. Xarchie.color*XfwfMultiList*highlightForeground:white
  927.  
  928. Xarchie.color*stringForm*Text*background:    light gray
  929. Xarchie.color*stringForm*searchText*background:    wheat
  930.  
  931. Xarchie.color*helpForm*List.background:        gray91
  932. Xarchie.color*helpForm*Text*background:        gray91
  933.  
  934. Xarchie.color*alertDialog*Label.foreground:    red
  935. Xarchie.color*alertDialog*background:        pink
  936. Xarchie.color*alertButton0.background:        green
  937.  
  938. Xarchie.color*confirmDialog*Label.foreground:    blue
  939. Xarchie.color*confirmDialog*background:        light blue
  940. Xarchie.color*confirmButton0.background:    green
  941. Xarchie.color*confirmButton1.background:    red
  942.  
  943. Xarchie.color*fileOkButton*background:        green
  944. Xarchie.color*fileCancelButton*background:    red
  945.  
  946. Xarchie.color*ftpTraceText*background:        powder blue
  947.  
  948. Xarchie.color*ftpPromptButton0*background:    green
  949. Xarchie.color*ftpPromptButton1*background:    red
  950. Xarchie.color*ftpPromptButton2*background:    green
  951. Xarchie.color*ftpPromptButton3*background:    red
  952.  
  953. ! For grayscale displays (with more than two colormap entries)
  954. Xarchie.gray*background:            gray55
  955. Xarchie.gray*foreground:            gray20
  956.  
  957. Xarchie.gray*SimpleMenu*background:        gray70
  958. Xarchie.gray*SimpleMenu*foreground:        gray20
  959. Xarchie.gray*Command*background:        gray80
  960. Xarchie.gray*MenuButton*background:        gray80
  961. Xarchie.gray*Text*background:            gray80
  962. Xarchie.gray*Dialog*Label.foreground:        gray20
  963. Xarchie.gray*Dialog*background:            gray90
  964. Xarchie.gray*Dialog*Command.background:        gray50
  965.  
  966. Xarchie.gray*statusText*background:        gray55
  967. Xarchie.gray*viewSaveLabelText*background:    gray55
  968.  
  969. Xarchie.gray*browserForm.background:        gray90
  970. Xarchie.gray*browserForm*Command.background:    gray90
  971. Xarchie.gray*browserForm*Paned*background:    gray90
  972. Xarchie.gray*List*background:            gray90
  973. Xarchie.gray*XfwfMultiList*highlightBackground:    gray20
  974. Xarchie.gray*XfwfMultiList*highlightForeground:    white
  975.  
  976. Xarchie.gray*stringForm*Text*background:    gray80
  977. Xarchie.gray*stringForm*searchText*background:    gray80
  978.  
  979. Xarchie.gray*helpForm*List.background:        gray90
  980. Xarchie.gray*helpForm*Text*background:        gray90
  981.  
  982. Xarchie.gray*ftpTraceText*background:        gray55
  983.